home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / CEGUISDK-0.4.1-VC6-Native.exe / {app} / documentation / ReadMe.txt < prev   
Encoding:
Text File  |  2005-09-06  |  2.8 KB  |  70 lines

  1. Crazy Eddie's GUI System Mk-2
  2. http://www.cegui.org.uk
  3.  
  4. Copyright ⌐2004 - 2005 CEGUI Team & Contributing Authors
  5.  
  6. This sofware contains an embedded version of PCRE by Philip Hazel.
  7. PCRE is Copyright (c) 1997-2004 University of Cambridge, All rights reserved.
  8. Please see PCRE-LICENSE for additional licensing information.
  9.  
  10. This sofware can be compiled to optionally contain an embedded version of
  11. TinyXML.  Please the file TinyXML-License for additional licensing information.
  12.  
  13. This software uses the Freetype2 library to provide most of the font loading and
  14. rendering support.  Freetype2 is a free, high-quality, and portable font engine;
  15. see http://www.freetype.org for more information.
  16.  
  17. This software can be compiled to optionally contain embedded copies of Lua and
  18. tolua++.  Please see the files luaCOPYRIGHT and tolua++README in the directory
  19. ./ScriptingModules/CEGUILua/lua_and_tolua++/ for additional licensing that may
  20. apply to the use of these libraries.
  21.  
  22. This is Crazy Eddie's GUI System Mk-2; a free library providing windowing and
  23. widgets for graphics APIs and engines where such functionality is not natively
  24. available or is severely lacking. The library is written in C++, is object
  25. orientated, and is primarily targeted at games developers who should be spending
  26. their time creating great games, not building GUI sub-systems...
  27.  
  28. Note: In various documentation and online, the system is additionally referred
  29. to as both CEGUI (which is the main namespace name), and cegui_mk2 (which is the
  30. CVS module name of the Mk2 version of the system).
  31.  
  32.  
  33. Documentation
  34. =============
  35. See also the following files:
  36. COPYING   - Contains the license terms for using the library.
  37. AUTHORS   - Contains a list of authors and contributors.
  38.  
  39. The main start point for system documentation is the Readme.html file (still
  40. TODO).  API documentation built from the source by Doxygen
  41. (http://www.doxygen.org) is available, and can be found online at
  42. http://www.cegui.org.uk/api_reference/.  For the very latest
  43. information and help, visit the project home page at
  44. http://www.cegui.org.uk.
  45.  
  46.  
  47. Supported Systems
  48. =================
  49. Crazy Eddie's GUI System Mk-2 is currently known to compile and run on the
  50. following systems:
  51.  
  52. Various flavors of Linux using gcc.
  53. Microsoft Windows running VC++6 (sp6), VC++7.0, or VC++7.1.
  54. Apple Mac OS X running Xcode.
  55.  
  56. It is very possible that the system will compile and run on other systems and
  57. compilers, though the above systems have been tested.
  58.  
  59.  
  60. Requirements
  61. ============
  62. As well as one of the above supported systems, Crazy Eddie's GUI System Mk-2
  63. also requires the use of some third party external libraries.  These libraries
  64. are as follows:
  65.  
  66. Freetype2 (http://www.freetype.org)
  67. Optionally: Xerces-C++ XML parser (http://xml.apache.org/xerces-c)
  68.  
  69. Have Fun!
  70.